home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / hypercar / science / sciware.sit / Scientific Software / background_3144.txt < prev    next >
Text File  |  1989-02-03  |  2KB  |  112 lines

  1. -- background: 3144 from stack: in
  2. -- bmap block id: 2755
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=6 top=100 right=264 bottom=510
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 14
  17. -- style flags: 0
  18. -- line height: 18
  19. -- part name: 
  20.  
  21.  
  22. -- part 3 (field)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=82 top=51 right=72 bottom=415
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 192
  30. -- text size: 14
  31. -- style flags: 256
  32. -- line height: 18
  33. -- part name: 
  34.  
  35.  
  36. -- part 4 (button)
  37. -- low flags: 00
  38. -- high flags: A000
  39. -- rect: left=302 top=290 right=336 bottom=355
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 27009 / 27009
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Next
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   go to next card
  51. end mouseUp
  52.  
  53.  
  54.  
  55. -- part 5 (button)
  56. -- low flags: 00
  57. -- high flags: A003
  58. -- rect: left=201 top=310 right=333 bottom=282
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 0 / 0
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: Index
  67. ----- HyperTalk script -----
  68. on mouseUp
  69.   go to card 1
  70. end mouseUp
  71.  
  72.  
  73.  
  74. -- part 6 (button)
  75. -- low flags: 00
  76. -- high flags: 8003
  77. -- rect: left=426 top=282 right=305 bottom=501
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 0 / 0
  80. -- text alignment: 1
  81. -- font id: 0
  82. -- text size: 12
  83. -- style flags: 0
  84. -- line height: 16
  85. -- part name: IBM-PC
  86. ----- HyperTalk script -----
  87. on mouseUp
  88.   go to next card
  89.   find "IBM"
  90. end mouseUp
  91.  
  92.  
  93.  
  94. -- part 7 (button)
  95. -- low flags: 00
  96. -- high flags: 8003
  97. -- rect: left=426 top=310 right=333 bottom=505
  98. -- title width / last selected line: 0
  99. -- icon id / first selected line: 0 / 0
  100. -- text alignment: 1
  101. -- font id: 0
  102. -- text size: 12
  103. -- style flags: 0
  104. -- line height: 16
  105. -- part name: Macintosh
  106. ----- HyperTalk script -----
  107. on mouseUp
  108.   go to next card
  109.   find "Macintosh"
  110. end mouseUp
  111.  
  112.